You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Math387 Class > Math387 Methods > CplxToStr Method > Math387.CplxToStr Method ([In] TCplx, [In] int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Math387.CplxToStr Method ([In] TCplx, [In] int, int)

Converts complex number to a string.

Syntax
C#
Visual Basic
public static string CplxToStr([In] TCplx Z, [In] int Digits, int Precision);

complex number, converted to string.

The Digits parameter controls the minimum number of zeros in the exponent (between 0 and 4). The conversion uses general number format with 15 significant digits for double precision and 7 digits if you are using single precision version of Math387.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!